You can also use your browser's 'Find in Page'
|
All | # | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
Title: Daily Tip
Contributor: Mike W. (mikew@dvol.com)
Contributor URL: http://www.dvol.com/~users/mikew
Details: 1.46 KB * Uploaded June 23 2000
Description: Displays a Tip of the Day on your page. Some examples include tips on your site, quotes, computer tips, etc. Just update the tips on a monthly basis.
[ Get Source Code ]
Title: Dancing Links
Details: 0.98 KB * Uploaded August 18 1998
Description: (Internet Explorer Only!) This little script will continuously change the highlighted link colors (visited and unvisited links) in Internet Explorer. Very neat! Netscape - why doesn't your browser support this? :-)
[ Get Source Code ]
Title: Date & Time Scroll
Details: 2.68 KB * Uploaded March 6 1998
Description: Yes, this is another JavaScript scroll. But, unlike the others, this one has the date & time included at the front of the first message! It looks very professional!
[ Get Source Code ]
Title: Date & Time Stamp
Details: 0.97 KB * Uploaded August 18 1997
Description: With this script, you can have the date and time the page was loaded 'stamped' to the page. This would make a wonderful header or footer for any web page.
[ Get Source Code ]
Title: Date Difference
Contributor: Ronnie T. Moore, Editor
Contributor URL: JavaScript Source Code 2002
Details: 5.13 KB * Uploaded March 20 2000
Description: Enter two dates (including the time!) and this script will display the number of weeks, days, hours, minutes, and seconds between the two. The seconds field is optional, too. For an example, try entering your birthdate and compare it to today's date.
[ Get Source Code ]
Title: Date Images
Contributor: Jeff Harding (jbh@site-ations.com)
Contributor URL: http://www.site-ations.com
Details: 2.28 KB * Uploaded August 29 2000
Description: Displays the current date using images. This allows you to be more creative and use any images you want, such as images that match the color or theme of your site.
[ Get Source Code ]
Title: Day Menu
Details: 1.20 KB * Uploaded October 4 1998
Description: Do you need your visitors to select a day from this month? Here's an excellent way to do so - they get a pulldown menu containing the entire month and the current day is already selected! Cool!
[ Get Source Code ]
Title: Date Menu Calendar
Contributor: Ben McFarlin (mcfarlin@netscape.net)
Contributor URL: http://sites.netscape.net/mcfarlin
Details: 2.67 KB * Uploaded October 25 1999
Description: This JavaScript uses the Date function to dynamically generate accurate dates for the pull-down menus. Each time the user selects a year or month, JavaScript gets the correct number of days in that month and updates the pull down menu. The script is Y2K compliant and also works for leap years. Cool!
[ Get Source Code ]
Title: Date Message
Details: 2.13 KB * Uploaded December 21 1999
Description: Displays your message on the appropriate day you indicate. For example, you can have it print messages on holidays, birthdays, or other dates that are important to you and your site's visitors! Cool!
[ Get Source Code ]
Title: Date Updated
Contributor: Kenneth Preston (drkennan@ionet.net)
Details: 0.65 KB * Uploaded April 16 1998
Description: On your site, you might want to just let visitors know the date that the script was updated, but not the time (maybe it's not important?) This simple script (about a dozen lines) you can do just that! Very neat!
[ Get Source Code ]
Title: Day of Month Redirection
Details: 0.62 KB * Uploaded May 19 1999
Description: Or maybe you have a separate page for each day of the month. This script will detect what day of the month it is (1 <-> 31) and sends the user to [day of month].html (i.e. 1.html, 2.html, etc.)
[ Get Source Code ]
Title: Day of Week
Contributor: Peter Bonnett (PeterBonnett@hotmail.com)
Contributor URL: http://uk.geocities.com/peterbonnett
Details: 6.84 KB * Uploaded March 5 2001
Description: Calculate what day of the week a given date was. It works for leap yYears and also tells you whether the date is in the past future or today.
[ Get Source Code ]
Title: Day of Week Redirection
Details: 0.79 KB * Uploaded August 23 1997
Description: If you would like to redirect your visitor to a different page for each day of the week, this script would be perfect. It will first detect what day of the week it is and then forward the visitor to the appropriate page. I also might mention that this is a perfect JavaScript example to learn from even if you don't use it. Just look at it!
[ Get Source Code ]
Title: Days Ahead
Details: 2.01 KB * Uploaded December 28 1998
Description: This script will print out a date a certain number of days ahead of the current date. Just enter how many days ahead you want to display, and it will print out that date! Useful on order forms (tell a visitor after they order that you must receive their order by a date 3 weeks from today, etc. And, it's Y2K complaint!
[ Get Source Code ]
Title: Days Left
Contributor: Justin Smith (jsmith@polbox.com)
Details: 0.90 KB * Uploaded February 18 2000
Description: Procrastinators everywhere, rejoice! If many of your projects end up being due on the first of the month, do you know how many days do you have left? This script calculates and displays the number of days (not weekdays) left in the current month in a snap. And, the script has no trouble with leap year or Y2K.
[ Get Source Code ]
Title: Days Old
Details: 0.99 KB * Uploaded March 31 1999
Description: How long have you had that job? How many days old are you? Find the answers to these questions and more!
[ Get Source Code ]
Title: Days till Date
Contributor:Alan Palmer
Contributor URL: http://www.jsr.communitech.net
Details: 1.16 KB * Uploaded July 24 1998
Description: This little JavaScript will take an event or date in the future and compare it to the current date, then display how many days until that date/event occurs. Pretty neat! Lots of uses... (Marriage countdown, till school's out countdown, etc)
[ Get Source Code ]
Title: Decimals Allowed
Contributor: Fred Serry
Details: 1.42 KB * Uploaded October 26 1999
Description: Allows the user to enter a number with up to 2 decimal places in a text box. In other words, 99 is ok, 99.9 is ok, 99.99 is ok, but 99.999 is rejected. You can easily change the number of decimal places that are permitted. (i.e. 1, 2, 3, etc.) For the example, enter a number with up to 2 decimal places then try entering one with more than 2 decimal places.
[ Get Source Code ]
Title: Decoder Ring
Contributor: Colin Russell (niloc12@hotmail.com)
Contributor URL: http://www.geocities.com/niloc12.geo
Details: 4.59 KB * Uploaded March 15 2000
Description: Playing spy games are always fun -- but why not act the part? This decoder ring script allows you to send 'spy' messages back and forth by encoding your message with a key offset value. Then, just send the message, key code, and a link to the decoder ring script to your friend to let them read it. Understandably, it's simple encryption, but it works good enough for us! Cool!
[ Get Source Code ]
Title: Default Status Message
Details: 0.27 KB * Uploaded March 12 1999
Description: Here's a neat way to put a message in the status bar on your page. It will stay there as the default message! Neat!
[ Get Source Code ]
Title: Define It
Details: 0.31 KB * Uploaded April 13 1999
Description: Look how easy it is to offer your visitors a definition to unfamiliar terms on your site. It takes just one line of code!
[ Get Source Code ]
Title: Degrees to Radians
Contributor: Sam Tyler (sykicphyst@aol.com)
Contributor URL: http://members.aol.com/sykicphyst/hell/hellhouse.html
Details: 1.26 KB * Uploaded March 31 1998
Description: Use JavaScript to convert Degrees to Radians and vice versa.
[ Get Source Code ]
Title: Delayed GIF
Contributor: Ronnie T. Moore, Editor
Contributor URL: JavaScript Source Code 2002
Details: 1.20 KB * Uploaded March 28 2000
Description: Normally, animated GIF images start as soon as they are loaded on the page. But, if your GIF only loops once, it displays before the rest page is completely visible. This JavaScript solution ensures that the page is fully loaded before the animated GIF begins. Great!
[ Get Source Code ]
Title: Delayed Popup
Contributor: Ronnie T. Moore, Editor
Details: 1.27 KB * Uploaded March 2 2000
Description: Automatically opens a new popup window a given number of seconds after the page finishes loading. The script can optionally be configured to close the window after a few seconds.
[ Get Source Code ]
Title: Description Layer
Contributor: Randy Bennett (rbennett@thezone.net)
Contributor URL: http://home.thezone.net/~rbennett/utility/javahead.htm
Details: 2.93 KB * Uploaded July 2 1999
Description: (4.0+ browsers) Offer your visitors a quick description or more information about a link before they visit it. When they put their cursor over a link a layer will appear describing the link. Your visitors will appreciate the extra effort, and it looks great too!
[ Get Source Code ]
Title: Determined Popup
Contributor: CodeLifter.com (support@codelifter.com)
Contributor URL: http://www.codelifter.com
Details: 1.04 KB * Uploaded February 23 2001
Description: This short, easy script set launches a window that continually re-opens itself and cannot be permanently closed unless the visitor clicks on a link that you provide. Compatible Browsers: NS6 and IE4-6.
[ Get Source Code ]
Title: Dice Roller
Contributor:Michael Hensley (yelsneh@geocities.com)
Contributor URL: http://geocities.com/TimesSquare/Castle/6274
Details: 4.44 KB * Uploaded May 29 1998
Description: A great script! Check it out!
[ Get Source Code ]
Title: Digital Clock
Contributor: Ramandeep Singh (ramandeepji@yahoo.com)
Contributor URL: http://hard-drive.hypermart.net
Details: 3.36 KB * Uploaded March 2 2001
Description: Displays the time like a real digital clock. Changes rapidly and includes hours, minutes, seconds and AM/PM indication. Neat!
[ Get Source Code ]
Title: Directional Buttons
Details: 0.53 KB * Uploaded June 21 1997
Description: This effect is practically unused. 6 lines of HTML give you back and forward buttons that act exactly like the ones in your web browser. This script is best used in frames where one frame is the 'menu' - It makes your users feel more secure when they know they can go back.
[ Get Source Code ]
Title: Directory
Details: 5.74 KB * Uploaded August 23 1997
Description: If you were thinking about creating a searchable directory, this script can help. Just cut and paste the script, edit the appropriate directory information, and you have your own Javascript directory!
[ Get Source Code ]
Title: Directory Info
Contributor:Kevin Lynn Brown
Details: 0.88 KB * Uploaded August 24 1998
Description: Do you archive your website's contents into separate directories? If so, you'll love this script! It will print out a neat linked directory information for any page on your site! Very neat!
[ Get Source Code ]
Title: Disable Submit
Contributor URL: http://dynamicdrive.com
Details: 1.33 KB * Uploaded July 5 2000
Description: (Internet Explorer only) When the form is submitted, any submit and reset buttons are disabled. This prevents the user from submitting the form repeatedly, whether by accident or on purpose. The form will just act normally for Netscape users. Great!
[ Get Source Code ]
Title: Distance Speed Time
Contributor: Gary Nicholson (nicholsongary@hotmail.com)
Contributor URL: http://homepages.ihug.co.nz/~gazzanic/
Details: 8.56 KB * Uploaded November 2 2000
Description: Calculate the time, distance, or speed given any two of the pieces of information. Convenient!
[ Get Source Code ]
Title: DOM Browser
Contributor: Cyanide_7 (leo7278@hotmail.com)
Contributor URL: http://www7.ewebcity.com/cyanide7
Details: 3.78 KB * Uploaded January 14 2000
Description: The DOM Browser is a visual, interactive representation of the DOM (Document Object Model). It's helpful to beginners learning to interact with the DOM in JavaScript. It's also a great tool for side-by-side comparisons of Netscape, Internet Explorer, and other browsers and how they interpret the document and its elements.
[ Get Source Code ]
Title: Dots
Contributor: Mike McGrath (mike_mcgrath@lineone.net)
Details: 34.20 KB * Uploaded August 20 1999
Description: Make more boxes than the computer to win this interactive JavaScript game. Neat!
[ Get Source Code ]
Title: Download Calculator
Details: 4.30 KB * Uploaded April 16 1998
Description: This calculator will help you estimate how long it will take to download a file at any of a number of modem speeds. Try it out!
[ Get Source Code ]
Title: Drag-n-Drop
Contributor: Randy Bennett (rbennett@thezone.net)
Contributor URL: http://home.thezone.net/~rbennett/sitemap.htm
Details: 1.99 KB * Uploaded December 30 1999
Description: Simply click images on the web page, drag to move, and then drop images anywhere on the web page. A fun way to allow your visitors to interact with your site. And, it is a short script too!
[ Get Source Code ]
Title: Driving Distance Calculator
Details: 9.43 KB * Uploaded July 7 1997
Description: Use JavaScript to estimate the driving distance between U.S. cities.
[ Get Source Code ]
Title: Drop Down Menu Generator
Details: Uploaded January 27 2000
Description: Simply select the options you would like in your pulldown menu, enter the text and URL for each listing, and click the button to generate the source code. Easy! And, we can even mail the generated code to you! Wow... :-)
[ Get Source Code ]
Title: Dual Scroller
Details: 2.32 KB * Uploaded February 7 2001
Description: Scrolls HTML elements within a DIV. A version of the HTML Scroller modified to display a DIV on both the left and right side of the window for both IE and Netscape.
[ Get Source Code ]
Title: Dynamic Calendar
Contributor: Nick Korosi (nfk2000@hotmail.com)
Details: 7.06 KB * Uploaded December 27 1999
Description: This calendar allows you to select a month and year and automatically display the a complete calendar for that month in Dynamic HTML. Great!
[ Get Source Code ]
Title: Dynamic Clock
Contributor: Craig Lumley
Contributor URL: http://www.ws4all.co.uk
Details: 1.66 KB * Uploaded January 17 2000
Description: (Version 4.0+ browsers) Using layers, JavaScript can display a real-time clock your page. This is a really professional way to add that special touch to your web page. And, watch as the clock on your page updates every second. All done without using forms, cool!
[ Get Source Code ]
Title: Dynamic Frameset
Details: 1.20 KB * Uploaded January 12 2000
Description: Rather than setup separate framesets each time you want to start over and open one of your page inside your frames, use this dynamic frameset script. You can load all your content pages as necessary through one page -- the magic begins when you use a search string (a '?' in the URL). The page passed then is opened in your frames. A default content page is used if no information is passed. Cool!
[ Get Source Code ]
Title: Dynamic Input
Contributor: Peter Hermus
Contributor URL: http://come.to/speedpete
Details: 1.95 KB * Uploaded September 8 2000
Description: (Internet Explorer Only) Offer a form with as many input boxes that the user selects. After entering the number of boxes, the form is dynamically updated while the rest of the form remains untouched.
[ Get Source Code ]
Title: Dynamic Links
Details: 1.08 KB * Uploaded January 29 1999
Description: Dynamically change the link address for a hyperlink based on their entry in the pulldown menu. Send to different email addresses or URLs, wow!
[ Get Source Code ]
Title: Dynamic Sized Image
Contributor: Ed Churnside
Contributor URL: http://www.dragonquest.com/inddpl.htm
Details: 1.64 KB * Uploaded June 2 2000
Description: Sometimes, your image does not look very good in different sized browser windows. This script will proportionally resize a graphic to fit within the current window or frame when a page is loaded, thus giving a more consistent and attractive look to your page.
[ Get Source Code ]
Title: Dynamic Table
Contributor: Bob Simpson (webmaster@maryjanebrown.net)
Contributor URL: http://maryjanebrown.net/webmaster
Details: 14.46 KB * Uploaded November 3 2000
Description: (Internet Explorer 5+ and Netscape 6+ Only) Enter information into this dynamic table and see the power of W3C-DOM compatible browsers. Absolutely Amazing!
[ Get Source Code ]